3.309 \(\int \sec ^2(c+d x) (a+i a \tan (c+d x))^{5/2} \, dx\)

Optimal. Leaf size=29 \[ -\frac{2 i (a+i a \tan (c+d x))^{7/2}}{7 a d} \]

[Out]

(((-2*I)/7)*(a + I*a*Tan[c + d*x])^(7/2))/(a*d)

________________________________________________________________________________________

Rubi [A]  time = 0.0628827, antiderivative size = 29, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 26, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077, Rules used = {3487, 32} \[ -\frac{2 i (a+i a \tan (c+d x))^{7/2}}{7 a d} \]

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]^2*(a + I*a*Tan[c + d*x])^(5/2),x]

[Out]

(((-2*I)/7)*(a + I*a*Tan[c + d*x])^(7/2))/(a*d)

Rule 3487

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[1/(a^(m - 2)*b
*f), Subst[Int[(a - x)^(m/2 - 1)*(a + x)^(n + m/2 - 1), x], x, b*Tan[e + f*x]], x] /; FreeQ[{a, b, e, f, n}, x
] && EqQ[a^2 + b^2, 0] && IntegerQ[m/2]

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin{align*} \int \sec ^2(c+d x) (a+i a \tan (c+d x))^{5/2} \, dx &=-\frac{i \operatorname{Subst}\left (\int (a+x)^{5/2} \, dx,x,i a \tan (c+d x)\right )}{a d}\\ &=-\frac{2 i (a+i a \tan (c+d x))^{7/2}}{7 a d}\\ \end{align*}

Mathematica [B]  time = 0.313834, size = 73, normalized size = 2.52 \[ \frac{2 a^2 \sec ^3(c+d x) \sqrt{a+i a \tan (c+d x)} (\sin (3 c+5 d x)-i \cos (3 c+5 d x))}{7 d (\cos (d x)+i \sin (d x))^2} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]^2*(a + I*a*Tan[c + d*x])^(5/2),x]

[Out]

(2*a^2*Sec[c + d*x]^3*((-I)*Cos[3*c + 5*d*x] + Sin[3*c + 5*d*x])*Sqrt[a + I*a*Tan[c + d*x]])/(7*d*(Cos[d*x] +
I*Sin[d*x])^2)

________________________________________________________________________________________

Maple [A]  time = 0.032, size = 24, normalized size = 0.8 \begin{align*}{\frac{-{\frac{2\,i}{7}}}{ad} \left ( a+ia\tan \left ( dx+c \right ) \right ) ^{{\frac{7}{2}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(5/2),x)

[Out]

-2/7*I*(a+I*a*tan(d*x+c))^(7/2)/a/d

________________________________________________________________________________________

Maxima [A]  time = 1.12718, size = 28, normalized size = 0.97 \begin{align*} -\frac{2 i \,{\left (i \, a \tan \left (d x + c\right ) + a\right )}^{\frac{7}{2}}}{7 \, a d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(5/2),x, algorithm="maxima")

[Out]

-2/7*I*(I*a*tan(d*x + c) + a)^(7/2)/(a*d)

________________________________________________________________________________________

Fricas [B]  time = 2.61548, size = 209, normalized size = 7.21 \begin{align*} -\frac{16 i \, \sqrt{2} a^{2} \sqrt{\frac{a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} e^{\left (7 i \, d x + 7 i \, c\right )}}{7 \,{\left (d e^{\left (6 i \, d x + 6 i \, c\right )} + 3 \, d e^{\left (4 i \, d x + 4 i \, c\right )} + 3 \, d e^{\left (2 i \, d x + 2 i \, c\right )} + d\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(5/2),x, algorithm="fricas")

[Out]

-16/7*I*sqrt(2)*a^2*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*e^(7*I*d*x + 7*I*c)/(d*e^(6*I*d*x + 6*I*c) + 3*d*e^(4*I*
d*x + 4*I*c) + 3*d*e^(2*I*d*x + 2*I*c) + d)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**2*(a+I*a*tan(d*x+c))**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (i \, a \tan \left (d x + c\right ) + a\right )}^{\frac{5}{2}} \sec \left (d x + c\right )^{2}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(5/2),x, algorithm="giac")

[Out]

integrate((I*a*tan(d*x + c) + a)^(5/2)*sec(d*x + c)^2, x)